home *** CD-ROM | disk | FTP | other *** search
/ Freelog 114 / FreelogNo114-MarsAvril2013.iso / Systeme / 7Plus Taskbar Tweaker / 7tt_setup.exe / help / de-DE.chm / css / reset.css < prev   
Cascading Style Sheet File  |  2013-01-25  |  1KB  |  56 lines

  1. /* http://meyerweb.com/eric/tools/css/reset/ 
  2.    v2.0 | 20110126
  3.    License: none (public domain)
  4. */
  5.  
  6. html, body {
  7.     margin: 0;
  8.     padding: 0;
  9.     font-size: 100%;
  10.     font: inherit;
  11.     vertical-align: baseline;
  12. }
  13.  
  14. div, span, applet, object, iframe,
  15. h1, h2, h3, h4, h5, h6, p, blockquote, pre,
  16. a, abbr, acronym, address, big, cite, code,
  17. del, dfn, em, ins, kbd, q, s, samp,
  18. small, strike, strong, sub, sup, tt, var,
  19. b, u, i, center,
  20. dl, dt, dd, ol, ul, li,
  21. fieldset, form, label, legend,
  22. article, aside, canvas, details, embed, 
  23. figure, figcaption, footer, header, hgroup, 
  24. menu, nav, output, ruby, section, summary,
  25. time, mark, audio, video {
  26.     margin: 0;
  27.     padding: 0;
  28.     border: 0;
  29.     font-size: 100%;
  30.     font: inherit;
  31.     vertical-align: baseline;
  32. }
  33. img {
  34.     padding: 0;
  35.     border: 0;
  36.     font-size: 100%;
  37.     font: inherit;
  38. }
  39. table, caption, tbody, tfoot, thead, tr, th, td {
  40.     margin: 0;
  41.     font-size: 100%;
  42.     font: inherit;
  43. }
  44. /* HTML5 display-role reset for older browsers */
  45. article, aside, details, figcaption, figure, 
  46. footer, header, hgroup, menu, nav, section {
  47.     display: block;
  48. }
  49. blockquote, q {
  50.     quotes: none;
  51. }
  52. blockquote:before, blockquote:after,
  53. q:before, q:after {
  54.     content: '';
  55.     content: none;
  56. }